home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #5 / 1999 CD 5 (black).iso / Delphi3 / DelphiSv / code.dfm / code.txt
Encoding:
Text File  |  1999-02-14  |  1.3 KB  |  65 lines

  1. object Form1: TForm1
  2.   Left = 424
  3.   Top = 330
  4.   Width = 291
  5.   Height = 160
  6.   Caption = 'Komputer f∩┐╜r alla - Gissa p∩┐╜ ett tal'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object LblMeddelande: TLabel
  15.     Left = 48
  16.     Top = 16
  17.     Width = 173
  18.     Height = 20
  19.     Caption = 'Tryck "Start" f∩┐╜r att b∩┐╜rja'
  20.     Font.Charset = DEFAULT_CHARSET
  21.     Font.Color = clWindowText
  22.     Font.Height = -16
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object EdtGissa: TEdit
  28.     Left = 16
  29.     Top = 48
  30.     Width = 185
  31.     Height = 21
  32.     TabOrder = 0
  33.   end
  34.   object BtnGissa: TButton
  35.     Left = 208
  36.     Top = 48
  37.     Width = 65
  38.     Height = 25
  39.     Caption = 'Gissa'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -13
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 1
  47.     OnClick = BtnGissaClick
  48.   end
  49.   object BtnStart: TButton
  50.     Left = 16
  51.     Top = 80
  52.     Width = 257
  53.     Height = 41
  54.     Caption = 'Start'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -16
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 2
  62.     OnClick = BtnStartClick
  63.   end
  64. end
  65.